func vendor/golang.org/x/net/dns/dnsmessage.printUint32
8 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L224: return printUint32(uint32(i))
message.go#L227: func printUint32(i uint32) string {
message.go#L1662: "TTL: " + printUint32(h.TTL) + ", " +
message.go#L2385: "Serial: " + printUint32(r.Serial) + ", " +
message.go#L2386: "Refresh: " + printUint32(r.Refresh) + ", " +
message.go#L2387: "Retry: " + printUint32(r.Retry) + ", " +
message.go#L2388: "Expire: " + printUint32(r.Expire) + ", " +
message.go#L2389: "MinTTL: " + printUint32(r.MinTTL) + "}"
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |